home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / libmpfr1ldbl / README < prev    next >
Text File  |  2009-02-20  |  4KB  |  87 lines

  1. Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
  2. Contributed by the Arenaire and Cacao projects, INRIA.
  3.  
  4. This file is part of the GNU MPFR Library.
  5.  
  6. The GNU MPFR Library is free software; you can redistribute it and/or modify it
  7. under the terms of the GNU Lesser General Public License (either version 2.1
  8. of the License, or, at your option, any later version) and the GNU General
  9. Public License as published by the Free Software Foundation (most of MPFR is
  10. under the former, some under the latter).
  11.  
  12. The GNU MPFR Library is distributed in the hope that it will be useful, but
  13. WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  14. or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  15. License for more details.
  16.  
  17. You should have received a copy of the GNU Lesser General Public License
  18. along with the GNU MPFR Library; see the file COPYING.LIB.  If not, write to
  19. the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
  20. MA 02110-1301, USA.
  21.  
  22. ##############################################################################
  23.  
  24. The GNU MPFR distribution contains the following files:
  25. (This does not apply to code retrieved by Subversion.)
  26.  
  27. AUTHORS         - the authors of the library
  28. BUGS            - bugs in MPFR - please read this file!
  29. COPYING         - the GNU General Public License, version 2
  30. COPYING.LIB     - the GNU Lesser General Public License, version 2.1
  31. ChangeLog       - the log of changes
  32. FAQ.html        - frequently asked questions about MPFR
  33. INSTALL         - how to install MPFR (see also mpfr.texi)
  34. Makefile*       - files for building the library
  35. NEWS            - new features with respect to previous versions
  36. PATCHES         - empty file (until patches are applied)
  37. README          - this file
  38. TODO            - what remains to do (any help is welcome!)
  39. VERSION         - version of MPFR (next release version if taken by Subversion)
  40. ac*.m4          - automatic configuration files
  41. ansi2knr.*      - convert ANSI C to Kernighan & Ritchie C (source and man page)
  42. *.c             - source files
  43. *.h             - header files
  44. compile         - auxiliary installation file
  45. config.*        - auxiliary installation files
  46. configure*      - configuration files
  47. depcomp         - auxiliary installation file
  48. fdl.texi        - the GNU Free Documentation License
  49. get_patches.sh  - rebuild get_patches.c when patches have been applied
  50. install-sh      - installation file
  51. ltmain.sh       - auxiliary installation file
  52. m4/             - directory containing additional configuration files
  53. missing         - auxiliary installation file
  54. mparam_h.in     - header file template
  55. mpfr.info       - info file for MPFR
  56. mpfr.texi       - texinfo documentation for MPFR (source)
  57. tests/          - test directory
  58. texinfo.tex     - TeX macros to handle mpfr.texi
  59.  
  60.  
  61. You can get the latest source code by Subversion at InriaGforge:
  62.  
  63.   svn checkout svn://scm.gforge.inria.fr/svn/mpfr/trunk mpfr
  64.  
  65. or
  66.  
  67.   svn checkout https://scm.gforge.inria.fr/svn/mpfr/trunk mpfr
  68.  
  69. (the last argument can be any directory name). You can use
  70.  
  71.   svn ls svn://scm.gforge.inria.fr/svn/mpfr/branches
  72.   svn ls svn://scm.gforge.inria.fr/svn/mpfr/tags
  73.  
  74. to get the list of branches or tags (releases), then checkout a
  75. particular branch or tag instead of the trunk. Alternatively, you
  76. can now use the "https:" scheme (a.k.a. DAV) instead of "svn:".
  77. For more information about Subversion, please see:
  78.  
  79.   * http://svnbook.red-bean.com/ (the official Subversion book);
  80.   * http://gcc.gnu.org/wiki/SvnHelp (written for GCC developers,
  81.     but interesting general information can be found there);
  82.   * http://subversion.tigris.org/faq.html (the Subversion FAQ).
  83.  
  84. Subversion users should read the file "README.dev".
  85.  
  86. Note: the old CVS repository at cvs-sop.inria.fr is now closed.
  87.